@import url(../../app.css);
@import url(./header.css);
@import url(./footer.css);
.head_conter {
    margin-top: 200px;
}

.bg {
    background: url(../../../img/home/banner/bg2.png) no-repeat;
    background-size: 100% 930px;
}

.from {
    width: 1194px;
    height: 554px;
    background: #fff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
    opacity: 1;
    border-radius: 18px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    padding-top: 45px;
    justify-content: space-around;
}

.from_title {
    font-size: 26px;
    color: #212121;
}

.from_content {
    margin-top: 30px;
    color: #666666;
    font-size: 16px;
    display: flex;
}